home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_gen / jav503.zip / PERSON.JAV < prev    next >
Text File  |  1996-05-01  |  736b  |  82 lines

  1. // -[KeepHeading]-
  2.  
  3.  
  4. // -[Copyright]-
  5.  
  6. /**
  7.  * 
  8.  */
  9. import java.lang.*;
  10.  
  11.  
  12. // -[KeepBeforeClass]-
  13.  
  14.  
  15. // -[Class]-
  16.  
  17. /**
  18.  * @jTitle           Person
  19.  * @jAuthor          Chris Colman
  20.  * @jOverridability  can be overridden
  21.  * @jDescription
  22.  * Describe here
  23.  * 
  24.  * @see              
  25.  */
  26. public 
  27. class Person
  28. {
  29. // -[KeepWithinClass]-
  30.  
  31.  
  32. // -[Fields]-
  33.  
  34.  
  35.  
  36. /**
  37.  * NoDesc
  38.  */
  39. protected String firstName;
  40.  
  41.  
  42.  
  43. /**
  44.  * NoDesc
  45.  */
  46. protected String lastName;
  47.  
  48. /**
  49.  * Association declarations
  50.  */
  51.  
  52.  
  53.  
  54.  
  55. /**
  56.  * Association declarations
  57.  */
  58.  
  59.  
  60.  
  61. /**
  62.  * Association declarations
  63.  */
  64.  
  65.  
  66. /**
  67.  * Association declarations
  68.  */
  69.  
  70.  
  71. /**
  72.  * Association declarations
  73.  */
  74.  
  75.  
  76.  
  77. // -[Methods]-
  78.  
  79. }
  80.  
  81.  
  82.